home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 September / macformat-094.iso / MacFormat CD / MacFormatDemos / Internal_8_LiveMotion.ls < prev    next >
Encoding:
Text File  |  2000-07-21  |  229 b   |  12 lines

  1. on mouseEnter
  2.   put "Click to install the Adobe LiveMotion 1.0 demo..." into line 1 of field "infoField"
  3. end
  4.  
  5. on mouseDown
  6.   open("MacFormat CD 94:Demos:LiveMotion 1.0")
  7. end
  8.  
  9. on mouseLeave
  10.   put EMPTY into member "infoField"
  11. end
  12.